Welcome![Sign In][Sign Up]
Location:
Search - web word

Search list

[WEB CodeJS_DSOFRAMER_WORD

Description: JavaScript操作Word(Microsoft DSO Freamer控件示例的修改版,原例子使用VBScript编写),功能如下: 1、打开本地/WEB上的Word文档 2、创建Word文档 3、打印文档 4、菜单栏、工具栏、标题栏的显示与关闭 5、书签显示/隐藏 6、文本窗体域的内容替换(可实现Web套打)-JavaScript to operate Word (Microsoft DSO Freamer modified version of the control sample, the preparation of the original examples of the use of VBScript), function as follows: 1, open the local/WEB on the Word document 2, create a Word document 3, print the document 4, the menu bar, toolbar, title bar to close the show with 5, bookmark Show/Hide 6, the contents of the text form field to replace (to achieve Web套打)
Platform: | Size: 57344 | Author: kewin | Hits:

[JSP/JavaFCKeditor_2.5.1

Description: jsp,FCKeditor整合包,主要是实现在线网页编辑器的功能,可以让web程序拥有如MS Word这样强大的编辑功能-jsp, FCKeditor integrated package, mainly online web page editor of the feature that allows web procedures, such as MS Word has a powerful editing functions such
Platform: | Size: 1238016 | Author: xuchaoliang | Hits:

[Internet-NetworkprintWeb

Description: web 万能打印,支持页面设计,预览等功能,内附word使用说明-Universal web printing, support for page design, preview and other functions, enclosing the word use
Platform: | Size: 2374656 | Author: maoxinrong | Hits:

[Search EngineSearchEngine

Description: C#+Lucene.Net开发完成的一个自定义WEB搜索引擎,本项目实现了分词、模糊索引,加以Lucene.Net内部核心功能共同实现了搜索机制引擎-C#+ Lucene.Net developed a custom WEB search engine, the project achieved a sub-word, fuzzy indexing, Lucene.Net be the core function of the internal search mechanism to achieve a common engine
Platform: | Size: 5300224 | Author: tony | Hits:

[Search EngineSearcharoo

Description: web search engine: refactored to search Word, PDF and more
Platform: | Size: 378880 | Author: rico | Hits:

[CSharpword_Pingfen

Description: 该评分模块以DLL形式供系统调用,根据相应的试卷号和题号对给定的考生文件进行word评分,并将评分结果返回,并以web形式进行了dll调用示例-The rating module DLL form for the system calls, according to the corresponding paper number and title number of candidates for a given file word score, and score the results returned, and in the form of a dll calling web sample
Platform: | Size: 531456 | Author: 天漪 | Hits:

[ADO-ODBCHYGL

Description: 这是我本科时写的一个管理系统,记得当年还靠这个软件找到了第一份工作,现送给大家,希望对大家有帮助。 这是一套通用性很强的社团会员管理系统,提供了完备的会员档案管理功能,使得会员增加、修改、删除和档案报表打印等变得异常的快捷方便。软件同时提供多种辅助工具及系统安全维护系统,用户还可以设定软件操作人员及操作权限。软件还增加了数据导出,数据分析等功能,数据导出可以让库内数据轻松导出到Word 、Excel、Web网页等格式,数据分析让你随时对库内数据了如指掌,分析数据自动生成网页报表,轻松可以在网络发布,软件同时提供数据库异常解决方案,可以让你放心安全的使用。 压缩包里包括:源码+说明文档+安装文件-This is what I wrote an undergraduate management system, remember that when relying on this software also found the first job is to give everyone hope everyone helpful. This is a very strong set of universal community membership management system which provides a complete membership file management functions, making membership increase, modify, delete, and file statements of printing has become unusual speed and convenience. Software also offers a variety of auxiliary tools and systems security maintenance system, users can configure the software operator and operating authority. Software also increased the export data, data analysis and other functions, data export database data can easily exported to Word, Excel, Web pages and other formats, data analysis, data on you at any time, well aware of database to analyze data, automatically generate web reports, easy to can be released in the network, the software also provides a database unusual solution that allows you to rest assured t
Platform: | Size: 8506368 | Author: jack | Hits:

[WEB CodeOI

Description: PowerOA办公自动化系统商业源码 该系统的核心功能是公文流转,支持Word文档的在线编辑和处理, 利用iewebcontrols来显示左侧树形菜单(安装文件为51aspx_tools下的iewebcontrols.msi) 主要功能模块有:签发管理、公文起草、通讯录、控制面板个人资料交换、发文办理、文件传阅、收文办理、公文校核、通用查询、个人管理、部门管理、公文中转、日程安排、网络会议、档案管理 网络会议通过结合NetMeeting来实现 管理员可以对模块进行挂接、支持角色、职位等的定义-PowerOA office automation system commercial source of the system' s core function is to transfer documents to support Word documents on-line editing and processing, using iewebcontrols to display on the left tree menu (the installation files for the 51aspx_tools under iewebcontrols.msi) main function modules include: the issue of management, document drafting, Address Book, Control Panel, personal information exchange, issued a document processing, document circulation, to close the text processing, document checking, general inquiries, personal management, departmental management, document transfer, scheduling, web conferencing, file management network adopted by the Conference combination of NetMeeting to achieve an administrator can mount the module to support roles, jobs, and so the definition of
Platform: | Size: 10417152 | Author: 赵亮 | Hits:

[OtherNickLee.Web.UI

Description: 就是CSDN上下的UI控件包的说明文档,就是CSDN上下的UI控件包的说明文档-the help word for the NickLee.Web.UI.Framework
Platform: | Size: 356352 | Author: lnsx | Hits:

[JSP/Javaweb

Description: 该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -The program used to implement to achieve the GET request method of Web server program, by creating ServerSocket class object, monitor port 8080 waiting to receive client connections to port 8080 create a word associated with the socket input stream and output stream then , read the client request information, if the request type is GET, request information from the visit to get the HTML file name, if the HTML file exists, then open the HTML file, the HTTP header information and the HTML file content returned by socket to the Web browser, then close the file. Otherwise, an error message sent to Web browser. Finally, close the Web browser with the corresponding socket connection word.
Platform: | Size: 5120 | Author: 欧阳馨 | Hits:

[VC/MFCWatching

Description: vc++ 自动存盘演示代码,超简单的程序,设置自动保存的路径,时间间隔,就可实现自动保存功能。Word中有自动存盘功能,适时保存文档。函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex object' s explain how to use multi-threaded mutex object to achieve synchronization. How to use named mutex object to ensure only one instance of the application to run. Application of multi-threaded web chat program written. Function in the receiving thread, and forget the release of pointer operations, with the plate in the code has been corrected, hereby instructions.
Platform: | Size: 46080 | Author: 胡杨 | Hits:

[MiddleWareOSGI_Web_App_Bundle

Description: 一个基于OSGi 来开发Web应用的字典服务,用户在浏览器中输入一个单词,点击提交,给出这个单词的解释.-OSGi to develop a Web-based dictionary application services, users enter a word in the browser, click submit, given the interpretation of the word.
Platform: | Size: 621568 | Author: huang | Hits:

[JSP/Javakehan

Description: 科翰SOAOfficeX源码,可以web方式调用office的word,excel等-John SOAOfficeX Source Division
Platform: | Size: 31744 | Author: lerry | Hits:

[JSP/Javawebofficeforjsp

Description: 基于javascript实现的在线编辑,直接调用本地机上的word实现文档的编辑。内用开发文档及说明。-word web
Platform: | Size: 1328128 | Author: shangpan | Hits:

[JSP/Javaaedict-indexer-1.2-zip

Description: web word System will automatically delete the directory of debug and release, so please do not put files on these two directory.
Platform: | Size: 1173504 | Author: eliza | Hits:

[Windows DevelopWord

Description: 计算机文化基础,中文字表处理软件Word,具体内容如下: 4.1 Word2000概述 4.2-4.3 文档的基本操作 4.4-4.5 文档的排版 4.6 特殊编排功能 4.7 表格 4.8 图文混排 4.9 Web支持 -Computer culture basis, in writing table processing software Word, the concrete content as follows: 4.1 Word2000 overview 4.2-4.3 the basic operation of the document 4.4-4.5 document layout 4.6 special layout functions 4.7 form 4.8 graphic mix row 4.9 Web support
Platform: | Size: 2938880 | Author: si | Hits:

[Graph RecognizeWeb-pass-word

Description: Web验证码的生成与识别,简单的说明让大家容易懂!-Web authentication code generation and recognition, simple and easy to understand!
Platform: | Size: 4049920 | Author: | Hits:

[Documentsword

Description: 报告格式:关于web实验的报告,用于初学者模仿-Report Format: report on the web experiment, for beginners to imitate
Platform: | Size: 4096 | Author: xiujia | Hits:

[DocumentsSimple-Word-embedded-

Description: 简单实现+Word文档嵌入ASP[1].NET网页的控件源码.zip-Simple achieve+Word document embedded in the ASP [1]. NET web control source. Zip
Platform: | Size: 480256 | Author: doc110630 | Hits:

[CSharpWord

Description: 在线查看Word文件,以使能在web上查看Word文件。-View Word documents online, so that the Word document can be viewed on the web.
Platform: | Size: 646144 | Author: jb | Hits:
« 1 2 34 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net